home *** CD-ROM | disk | FTP | other *** search
- package a;
-
- import java.io.IOException;
- import java.io.InputStream;
-
- public class ByteBuffer extends InputBuffer {
- // $FF: renamed from: a java.io.InputStream
- transient InputStream field_0;
-
- public ByteBuffer(InputStream var1) {
- this.field_0 = var1;
- }
-
- public void fill(int var1) throws IOException {
- ((InputBuffer)this).a();
-
- while(super.d.d < var1 + super.b) {
- super.d.append((char)this.field_0.read());
- }
-
- }
- }
-